home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / MPW / GCC 1.37.1r15 / Tests / fun-b.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-04-20  |  41 b   |  9 lines  |  [TEXT/MPS ]

  1. static int foo()
  2. {
  3. }
  4.  
  5. main()
  6. {
  7.     foo();
  8. }
  9.